Denizen Meta Documentation
Denizen Home
Commands
Tags
Object Types
Mechanisms
Events
Language Explanations
NPC Actions
Theme
Standard Dark
Behrry Dark
Acidic (Dark)
Chrispy Dark
Analogous Orange (Dark)
Breadcrumb Dark
Quite Light
Baguette (Light)
Denizen Script Tags
Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in
The Beginner's Guide
.
Showing 1 out of 2454 tags...
Name
<NPCTag.has_trait[<trait>]>
Returns
ElementTag(Boolean)
Description
Returns whether the NPC has a specified trait.
Source
https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L532